############################################################## 
## MOD Title: Comments in a popup window 
## MOD Author: isloera < isloera@yahoo.com > (Israel J. Sustaita)  www.calvilloweb.com
## MOD Description: This mod enables Coppermine to display the comments in a
## popup window. The number of comments available is shown as a link under the
## picture description, kind of like a blog does. 
##
## MOD Version: 1.0.1
##
## Coppermine Version: CPG 1.4.5 (stable) 
## 
## Installation Level: (easy) 
## Installation Time: 1 Minute
## Included Files: 
##      root/comments.php,
##      root/displayimage.php, 
##      root/include/themes.inc.php,
##      root/delete.php, 
##      root/db_input.php,
##      root/lang/english.php 
##      root/lang/spanish.php
##
##      
## License: http://opensource.org/licenses/gpl-license.php GNU General Public License v2 

############################################################## 
## Author Notes: The popup generates valid HTML and CSS code. 
## It works with all the themes available  in  CPG 1.4.5 (stable) version                 
## Deleting, updating and posting  comments is done within the same popup window.
## It also respects group permissions and album settings.
##
############################################################## 
## MOD History: 
## 
##   2006-01-22 - Version 1.0.1 
##      - Fixed a bug that stopped the popup link from showing
##        when there was no title and image description
## 
##   2006-01-22 - Version 1.0.0 
##      - Initial release 
## 
############################################################## 
## Before Adding This MOD To Your Gallery, You Should Back Up All Files Related To This MOD 
############################################################## 

 
Instructions: 

copy root/comments.php to root/comments.php 
copy root/displayimage.php to root/displayimage.php 
copy root/include/themes.inc.php to root/include/themes.inc.php
copy root/delete.php to root/delete.php
copy root/db_input.php to root/db_input.php
copy root/lang/english.php  to root/lang/english.php 
copy root/lang/spanish.php  to root/lang/spanish.php 
